Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support podman_credential_files #142

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

richm
Copy link
Contributor

@richm richm commented Apr 13, 2024

Feature: The parameter podman_credential_files is used to provide containers-auth.json
files which allow authentication to registries. See README.md for more infomation.

Reason: Users need a way to provide credential files for authenticating to private
registries. Some operations may need to pull images from registries in an
automated or unattended way, and cannot use registry_username and registry_password.

Result: Users can provide registry credentials for automated and
unattended operations.

@richm richm changed the title containers auth feat: support podman_credential_files Apr 13, 2024
@richm
Copy link
Contributor Author

richm commented Apr 13, 2024

[citest]

@richm richm force-pushed the containers-auth branch 2 times, most recently from 45992ad to ec2c524 Compare April 18, 2024 21:26
Feature: The parameter podman_credential_files is used to provide containers-auth.json
files which allow authentication to registries.  See README.md for more infomation.

Reason: Users need a way to provide credential files for authenticating to private
registries.  Some operations may need to pull images from registries in an
automated or unattended way, and cannot use `registry_username` and `registry_password`.

Result: Users can provide registry credentials for automated and
unattended operations.

QE: The file tests_auth_and_security.yml has been extended to test this feature.

Signed-off-by: Rich Megginson <[email protected]>
@richm richm force-pushed the containers-auth branch from ec2c524 to 9328c0d Compare April 22, 2024 15:08
@richm richm merged commit 62bcecb into linux-system-roles:main Apr 22, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant